home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / newopus1.arc / BBS.CTL < prev    next >
Encoding:
Text File  |  1987-10-11  |  5.4 KB  |  180 lines

  1. %        --- Telebit TrailBlazer 9600 ----------
  2. % Modem init ~|ATS0=1S51=5S52=1S53=1S7=60S58=2S9=1S66=1S68=2Q0E0H0M0V1|
  3. %
  4. %            NOTE: With the TrailBlazer, use STEADY, CTS, and XON (see below).
  5. %                  MaxBaud is 19200.
  6. %
  7. %                  There is a separate file with additional information on
  8. %                  the TrailBlazer.  Look for TELEBIT.DOC.
  9. %
  10. %        --- USR Courier HST 9600 --------------
  11. % Modem init |AT&F&H1&R2&B1&M4E0H0M0X7B1S0=1S2=255S7=45|
  12. %
  13. %            HST DIP switches:  3,5,8,10 down; all others up
  14. %            NOTE: With the HST, use STEADY, CTS, and XON (see below).
  15. %                  MaxBaud is 19200
  16. %
  17. %        --- USR Courier 2400 ------------------
  18. % Modem init |ATQ0E0H0M0V1S0=1S2=255X4|
  19. %
  20. %            NOTE: Don't use anything higher than "X4" with a Courier modem.
  21. %                  If somebody using a TrailBlazer 9600 calls, the Courier
  22. %                  will mis-interpret its carrier signal as VOICE.
  23. %
  24. %        --- Microcom AX/9624c --------------
  25. % Modem init |AT&F|~~~AT&D2&C1E0S0=1H0M0X4V1\N1&W|~~~AT|
  26. %
  27. %        --- Everex Evercom 24 --------------
  28. % Modem init |~~AT&D2Q0E0H0M0V1S0=1S2=255X4|
  29. %
  30. %        --- Hayes 2400 ------------------------
  31. % Modem init |AT&F&D2&C1E0S0=1H0M0X1V1|
  32. %
  33. %            NOTE: Some Hayes 2400 modems require need this added to
  34. %                  the beginning of the above line: |~ATZ|
  35. %
  36. %        --- Hayes 1200 ------------------------
  37. %        --- Hayes 1200B -----------------------
  38. %        --- Anchor Internal -------------------
  39. Modem init |ATQ0E0S0=1H0M0X1V1|
  40. %
  41. %        --- AT&T 4024
  42. % Modem init ATZ|ATE1H0M0Q0V1X4&C1&D1&G2&L&M&R1S0=1S7=60|
  43. %
  44. %        --- Anchor Mark XII -------------------
  45. % Modem init ATE0V1S0=1|
  46. %
  47. %        --- MultiTech Multimodem 2400 (MNP) ---
  48. % Modem init ATB0&Q0E0S0=1M0Q0X1V1|
  49. %
  50. %        --- Prometheus Promodem ---------------
  51. % Modem init |ATQ0E0S0=1H0M0X1V1|
  52. %
  53. %        --- NetComm 2400, 123A, 1234A, etc ----
  54. % Modem init |AT&D1&C1E0S0=2H0M0X1V1B15&W|
  55. %
  56. %        --- Capetronics & Avatex 1200HC
  57. % Modem init |AT~Q0~E0~S0=1~H0~M0~X1~V1|
  58. %
  59. %        --- Hayes V-Series 9600 ---------------
  60. % Modem init |ATM0&F&D2&C1E0S0=1H0M0X1V1|
  61. %
  62. %            NOTE: The Hayes V-Series modems are NOT
  63. %                  recommended for use with Opus.
  64. %
  65. Baud 1200          % Put Your Maximum Baud Rate Here
  66. Modem Dial Prefix ATDT
  67. Modem Dial Suffix |
  68. Modem COM1
  69. % Modem COM2
  70. Modem Busy ~AT H1 M0|
  71. Mask Carrier 128
  72. % Your system info here.  
  73. %
  74. Sysop New Sysop
  75. System New System's Name - (303)-555-5555
  76. Log c:\opus\opus.log
  77. Snoop
  78. Verbose
  79. Video IBM
  80. %  
  81. %  If you're setting-up in Net 104 (Denver area) you are in
  82. %  zone 1, and assign yourself an address of 104/99 to apply
  83. %  for a node number
  84. %
  85. Zone 1
  86. Matrix Address 104/99
  87. Matrix Send Local
  88. Matrix Messages c:\msg\net\
  89. Matrix Files c:\file\net\
  90. Matrix Hold_Area c:\opus\outbound\
  91. Path Netinfo c:\opus\nodelist\
  92. Matrix After Edit Exit 7
  93. %  
  94. %  These are the EchoMail statements (some other ones are 
  95. %  elsewhere...we are assuming that you run EchoMail)
  96. %
  97. Echo Exit 7
  98. Matrix Scan EchoMail
  99. Matrix Kludge Hidden
  100. Matrix Extract ArcMail
  101. Matrix Toss EchoMail
  102. Matrix Ask Crash Sysop
  103. Matrix Ask FileAttach Sysop
  104. Matrix Ask KillSent Extra
  105. %  
  106. %  The following three files are cutomized by you.  They
  107. %  refer to the file request capabilities of Opus.  Please 
  108. %  refer to the Opus documentation for information on these
  109. %  files.  They are named something obscure for now.  When 
  110. %  you compile this control file with OPUS_CTL, you *must* 
  111. %  have these files created, or the compiler may bomb out.  
  112. %  Come back to them later if you want.
  113. %
  114. Matrix About c:\opus\system.txt
  115. Matrix Okfile c:\opus\okfile.txt
  116. Matrix Avail c:\opus\files.txt
  117. %  Here is some miscellaneous stuff
  118. %
  119. Echo Seenby Hidden
  120. Graphics 1200
  121. Outside Exit 5
  122. %  Here is the time limit information
  123. %
  124. Define Twit      Time 2 
  125. Define Disgrace  Time 10
  126. Define Normal    Time 20
  127. Define Privel    Time 45 
  128. Define Extra     Time 60
  129. Define Asstsysop Time 120
  130. Define Sysop     Time 240
  131. Define Twit      Cume 2
  132. Define Disgrace  Cume 15
  133. Define Normal    Cume 40
  134. Define Privel    Cume 90
  135. Define Extra     Cume 120
  136. Define Asstsysop Cume 240
  137. Define Sysop     Cume 480
  138. Define Normal File Limit 200
  139. Define Privel File Limit 300
  140. Define Extra  File Limit 400
  141. Define Sysop  File Limit 1000
  142. Path System c:\opus\
  143. Path FPath c:\opus\misc\
  144. Reboot on Carrier Loss
  145. %  
  146. %  Most of the following files must be physically present on
  147. %  the system when you compile this file, or it may bomb out.
  148. %  All of these files should be included in the ones that go
  149. %  in your C:\OPUS\MSC directory.
  150. %
  151. Uses Locate c:\opus\misc\locate
  152. Uses Contents c:\opus\misc\contents
  153. Uses XferBaud c:\opus\misc\xferbaud
  154. Uses Timewarn c:\opus\misc\timewarn
  155. Uses Inquire c:\opus\misc\inquire
  156. Uses Edit c:\opus\misc\editor
  157. Uses Replace c:\opus\misc\rep_edit
  158. Uses Application c:\opus\misc\qnewuser
  159. Uses OPed c:\opus\misc\oped
  160. Uses Questionnaire c:\opus\misc\question
  161. Uses Edtorial c:\opus\misc\edtorial
  162. Uses Byebye c:\opus\misc\byebye
  163. Uses Tooslow c:\opus\misc\tooslow
  164. Uses Daylimit c:\opus\misc\daylimit
  165. Uses Newuser1 c:\opus\misc\newuser1
  166. Uses Newuser2 c:\opus\misc\newuser2
  167. Uses Bulletin c:\opus\misc\bulletin
  168. Uses Rookie c:\opus\misc\rookie
  169. Uses Welcome c:\opus\misc\welcome
  170. Uses Logo c:\opus\misc\logo
  171. Uses Password c:\opus\user
  172. Uses Schedule c:\opus\sched
  173. Kill Ask
  174. Format Date %D-%C-%Y
  175. Format Time %E:%M%A
  176.  
  177.